Html Css Color HEX #6631CE Purple Heart

📋 copy color: '#6631CE'

red 102 ◦ green 49 ◦ blue 206

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

Shades of Purple Heart #6631CE

Tints of Purple Heart #6631CE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.73%

 BLUE value IS 206 (80.86% from 255) = 57.7%

R = 28.57%
G = 13.73%
B = 57.7%

CMYK

 C value IS 0.50

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6631CE (or 0x6631CE) is known color: Purple Heart. HEX triplet: 66, 31 and CE. RGB value is (102,49,206). Sum of RGB (Red+Green+Blue) = 102+49+206=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #6631CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6631CE is #99CE31. Grayscale: #525252. Windows color (decimal): -10079794 or 13513062. OLE color: 13513062.

HSL color Cylindrical-coordinate representation of color #6631CE: hue angle of 260.25º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6631CE is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 49 206 -
CMYK 0.50 0.76 0 0.19
HSL 260.25º 0.62% 0.5% -
HSV(B) 260.25º 0.76% 0.81% -
XYZ 17.72 9.48 59.29 -
YUV 82.75 197.56 141.73 -
System Red Green Blue C M Y K H S L
Decimal 102 49 206 0.50 0.76 0 0.19 260.25 0.62 0.5
Hex 66 31 CE 32 4C 0 13 104 3E 32
Octal 146 61 316 62 114 0 23 404 76 62
Binary 1100110 110001 11001110 110010 1001100 0 10011 100000100 111110 110010

Color Harmonies of #6631CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6631CE

Black with #6631CE

Text Example


Text Example

White with #6631CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6631CE; }

 p { color: rgb(102,49,206); }

 H1.HeaderClassName
 {
   color: #6631CE;
 }
 .AnyTagClassName
 {
   color: #6631CE;
 }
</style>

background-color css

<style>
 a { background-color: #6631CE; }

 a { background-color: rgb(102,49,206); }

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

border-color css

<style>
 span { border-color: #6631CE; }

 span { border-color: rgb(102,49,206); }

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