Html Css Color HEX #6A21BF Purple Heart

📋 copy color: '#6A21BF'

red 106 ◦ green 33 ◦ blue 191

#6A21BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6A21BF

Tints of Purple Heart #6A21BF

RGB

 RED value IS 106 (41.8% from 255) = 32.12%

 GREEN value IS 33 (13.28% from 255) = 10%

 BLUE value IS 191 (75% from 255) = 57.88%

R = 32.12%
G = 10%
B = 57.88%

CMYK

 C value IS 0.45

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6A21BF (or 0x6A21BF) is known color: Purple Heart. HEX triplet: 6A, 21 and BF. RGB value is (106,33,191). Sum of RGB (Red+Green+Blue) = 106+33+191=330 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.12% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 191 (75% from 255 or 57.88% from 330); Max value from RGB is 191 - color contains mainly: blue. Hex color #6A21BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A21BF is #95DE40. Grayscale: #484848. Windows color (decimal): -9821761 or 12525930. OLE color: 12525930.

HSL color Cylindrical-coordinate representation of color #6A21BF: hue angle of 267.72º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6A21BF is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 106 33 191 -
CMYK 0.45 0.83 0 0.25
HSL 267.72º 0.71% 0.44% -
HSV(B) 267.72º 0.83% 0.75% -
XYZ 15.89 7.91 49.98 -
YUV 72.84 194.68 151.65 -
System Red Green Blue C M Y K H S L
Decimal 106 33 191 0.45 0.83 0 0.25 267.72 0.71 0.44
Hex 6A 21 BF 2D 53 0 19 10C 47 2C
Octal 152 41 277 55 123 0 31 414 107 54
Binary 1101010 100001 10111111 101101 1010011 0 11001 100001100 1000111 101100

Color Harmonies of #6A21BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A21BF

Black with #6A21BF

Text Example


Text Example

White with #6A21BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A21BF; }

 p { color: rgb(106,33,191); }

 H1.HeaderClassName
 {
   color: #6A21BF;
 }
 .AnyTagClassName
 {
   color: #6A21BF;
 }
</style>

background-color css

<style>
 a { background-color: #6A21BF; }

 a { background-color: rgb(106,33,191); }

 div.DivClassName
 {
   background-color: #6A21BF;
 }
 .BgClassName
 {
   background-color: #6A21BF;
 }
</style>

border-color css

<style>
 span { border-color: #6A21BF; }

 span { border-color: rgb(106,33,191); }

 td.TdClassName
 {
   border-color: #6A21BF;
 }
 .TagClassName
 {
   border-color: #6A21BF;
 }
</style>