Html Css Color HEX #650CCC Purple Heart

📋 copy color: '#650CCC'

red 101 ◦ green 12 ◦ blue 204

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

Shades of Purple Heart #650CCC

Tints of Purple Heart #650CCC

RGB

 RED value IS 101 (39.84% from 255) = 31.86%

 GREEN value IS 12 (5.08% from 255) = 3.79%

 BLUE value IS 204 (80.08% from 255) = 64.35%

R = 31.86%
G = 3.79%
B = 64.35%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#650CCC (or 0x650CCC) is known color: Purple Heart. HEX triplet: 65, 0C and CC. RGB value is (101,12,204). Sum of RGB (Red+Green+Blue) = 101+12+204=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #650CCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650CCC is #9AF333. Grayscale: #3B3B3B. Windows color (decimal): -10154804 or 13372517. OLE color: 13372517.

HSL color Cylindrical-coordinate representation of color #650CCC: hue angle of 267.81º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #650CCC is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 12 204 -
CMYK 0.50 0.94 0 0.2
HSL 267.81º 0.89% 0.42% -
HSV(B) 267.81º 0.94% 0.8% -
XYZ 16.4 7.39 57.69 -
YUV 60.5 208.99 156.89 -
System Red Green Blue C M Y K H S L
Decimal 101 12 204 0.50 0.94 0 0.2 267.81 0.89 0.42
Hex 65 C CC 32 5E 0 14 10C 59 2A
Octal 145 14 314 62 136 0 24 414 131 52
Binary 1100101 1100 11001100 110010 1011110 0 10100 100001100 1011001 101010

Color Harmonies of #650CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650CCC

Black with #650CCC

Text Example


Text Example

White with #650CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650CCC; }

 p { color: rgb(101,12,204); }

 H1.HeaderClassName
 {
   color: #650CCC;
 }
 .AnyTagClassName
 {
   color: #650CCC;
 }
</style>

background-color css

<style>
 a { background-color: #650CCC; }

 a { background-color: rgb(101,12,204); }

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

border-color css

<style>
 span { border-color: #650CCC; }

 span { border-color: rgb(101,12,204); }

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