Html Css Color HEX #6612BF Purple Heart

📋 copy color: '#6612BF'

red 102 ◦ green 18 ◦ blue 191

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

Shades of Purple Heart #6612BF

Tints of Purple Heart #6612BF

RGB

 RED value IS 102 (40.23% from 255) = 32.8%

 GREEN value IS 18 (7.42% from 255) = 5.79%

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

R = 32.8%
G = 5.79%
B = 61.41%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6612BF (or 0x6612BF) is known color: Purple Heart. HEX triplet: 66, 12 and BF. RGB value is (102,18,191). Sum of RGB (Red+Green+Blue) = 102+18+191=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 191 (75% from 255 or 61.41% from 311); Max value from RGB is 191 - color contains mainly: blue. Hex color #6612BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6612BF is #99ED40. Grayscale: #3E3E3E. Windows color (decimal): -10087745 or 12522086. OLE color: 12522086.

HSL color Cylindrical-coordinate representation of color #6612BF: hue angle of 269.13º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6612BF is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 18 191 -
CMYK 0.47 0.91 0 0.25
HSL 269.13º 0.83% 0.41% -
HSV(B) 269.13º 0.91% 0.75% -
XYZ 15.1 7.02 49.85 -
YUV 62.84 200.33 155.93 -
System Red Green Blue C M Y K H S L
Decimal 102 18 191 0.47 0.91 0 0.25 269.13 0.83 0.41
Hex 66 12 BF 2F 5B 0 19 10D 53 29
Octal 146 22 277 57 133 0 31 415 123 51
Binary 1100110 10010 10111111 101111 1011011 0 11001 100001101 1010011 101001

Color Harmonies of #6612BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6612BF

Black with #6612BF

Text Example


Text Example

White with #6612BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6612BF; }

 p { color: rgb(102,18,191); }

 H1.HeaderClassName
 {
   color: #6612BF;
 }
 .AnyTagClassName
 {
   color: #6612BF;
 }
</style>

background-color css

<style>
 a { background-color: #6612BF; }

 a { background-color: rgb(102,18,191); }

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

border-color css

<style>
 span { border-color: #6612BF; }

 span { border-color: rgb(102,18,191); }

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