Html Css Color HEX #6642C9 Purple Heart

📋 copy color: '#6642C9'

red 102 ◦ green 66 ◦ blue 201

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

Shades of Purple Heart #6642C9

Tints of Purple Heart #6642C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 54.47%

R = 27.64%
G = 17.89%
B = 54.47%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6642C9 (or 0x6642C9) is known color: Purple Heart. HEX triplet: 66, 42 and C9. RGB value is (102,66,201). Sum of RGB (Red+Green+Blue) = 102+66+201=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 201 (78.91% from 255 or 54.47% from 369); Max value from RGB is 201 - color contains mainly: blue. Hex color #6642C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6642C9 is #99BD36. Grayscale: #5B5B5B. Windows color (decimal): -10075447 or 13189734. OLE color: 13189734.

HSL color Cylindrical-coordinate representation of color #6642C9: hue angle of 256º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6642C9 is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 66 201 -
CMYK 0.49 0.67 0 0.21
HSL 256º 0.56% 0.52% -
HSV(B) 256º 0.67% 0.79% -
XYZ 17.97 10.94 56.42 -
YUV 92.15 189.43 135.02 -
System Red Green Blue C M Y K H S L
Decimal 102 66 201 0.49 0.67 0 0.21 256 0.56 0.52
Hex 66 42 C9 31 43 0 15 100 38 34
Octal 146 102 311 61 103 0 25 400 70 64
Binary 1100110 1000010 11001001 110001 1000011 0 10101 100000000 111000 110100

Color Harmonies of #6642C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6642C9

Black with #6642C9

Text Example


Text Example

White with #6642C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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