Html Css Color HEX #6632CF Purple Heart

📋 copy color: '#6632CF'

red 102 ◦ green 50 ◦ blue 207

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

Shades of Purple Heart #6632CF

Tints of Purple Heart #6632CF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.93%

 BLUE value IS 207 (81.25% from 255) = 57.66%

R = 28.41%
G = 13.93%
B = 57.66%

CMYK

 C value IS 0.51

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6632CF (or 0x6632CF) is known color: Purple Heart. HEX triplet: 66, 32 and CF. RGB value is (102,50,207). Sum of RGB (Red+Green+Blue) = 102+50+207=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 207 (81.25% from 255 or 57.66% from 359); Max value from RGB is 207 - color contains mainly: blue. Hex color #6632CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6632CF is #99CD30. Grayscale: #525252. Windows color (decimal): -10079537 or 13578854. OLE color: 13578854.

HSL color Cylindrical-coordinate representation of color #6632CF: hue angle of 259.87º 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 #6632CF is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 50 207 -
CMYK 0.51 0.76 0 0.19
HSL 259.87º 0.62% 0.5% -
HSV(B) 259.87º 0.76% 0.81% -
XYZ 17.88 9.61 59.94 -
YUV 83.45 197.73 141.23 -
System Red Green Blue C M Y K H S L
Decimal 102 50 207 0.51 0.76 0 0.19 259.87 0.62 0.5
Hex 66 32 CF 33 4C 0 13 104 3E 32
Octal 146 62 317 63 114 0 23 404 76 62
Binary 1100110 110010 11001111 110011 1001100 0 10011 100000100 111110 110010

Color Harmonies of #6632CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6632CF

Black with #6632CF

Text Example


Text Example

White with #6632CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6632CF; }

 p { color: rgb(102,50,207); }

 H1.HeaderClassName
 {
   color: #6632CF;
 }
 .AnyTagClassName
 {
   color: #6632CF;
 }
</style>

background-color css

<style>
 a { background-color: #6632CF; }

 a { background-color: rgb(102,50,207); }

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

border-color css

<style>
 span { border-color: #6632CF; }

 span { border-color: rgb(102,50,207); }

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