Html Css Color HEX #6642BF Purple Heart

📋 copy color: '#6642BF'

red 102 ◦ green 66 ◦ blue 191

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

Shades of Purple Heart #6642BF

Tints of Purple Heart #6642BF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.38%

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

R = 28.41%
G = 18.38%
B = 53.2%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6642BF (or 0x6642BF) is known color: Purple Heart. HEX triplet: 66, 42 and BF. RGB value is (102,66,191). Sum of RGB (Red+Green+Blue) = 102+66+191=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #6642BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6642BF is #99BD40. Grayscale: #5A5A5A. Windows color (decimal): -10075457 or 12534374. OLE color: 12534374.

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

Color convert

RGB 102 66 191 -
CMYK 0.47 0.65 0 0.25
HSL 257.28º 0.49% 0.5% -
HSV(B) 257.28º 0.65% 0.75% -
XYZ 16.83 10.48 50.43 -
YUV 91.01 184.43 135.84 -
System Red Green Blue C M Y K H S L
Decimal 102 66 191 0.47 0.65 0 0.25 257.28 0.49 0.5
Hex 66 42 BF 2F 41 0 19 101 31 32
Octal 146 102 277 57 101 0 31 401 61 62
Binary 1100110 1000010 10111111 101111 1000001 0 11001 100000001 110001 110010

Color Harmonies of #6642BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6642BF

Black with #6642BF

Text Example


Text Example

White with #6642BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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