Html Css Color HEX #650CCB Purple Heart

📋 copy color: '#650CCB'

red 101 ◦ green 12 ◦ blue 203

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

Shades of Purple Heart #650CCB

Tints of Purple Heart #650CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 64.24%

R = 31.96%
G = 3.8%
B = 64.24%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#650CCB (or 0x650CCB) is known color: Purple Heart. HEX triplet: 65, 0C and CB. RGB value is (101,12,203). Sum of RGB (Red+Green+Blue) = 101+12+203=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #650CCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650CCB is #9AF334. Grayscale: #3B3B3B. Windows color (decimal): -10154805 or 13306981. OLE color: 13306981.

HSL color Cylindrical-coordinate representation of color #650CCB: hue angle of 267.96º 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 #650CCB is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 12 203 -
CMYK 0.50 0.94 0 0.20
HSL 267.96º 0.89% 0.42% -
HSV(B) 267.96º 0.94% 0.8% -
XYZ 16.28 7.34 57.06 -
YUV 60.39 208.49 156.97 -
System Red Green Blue C M Y K H S L
Decimal 101 12 203 0.50 0.94 0 0.20 267.96 0.89 0.42
Hex 65 C CB 32 5E 0 14 10C 59 2A
Octal 145 14 313 62 136 0 24 414 131 52
Binary 1100101 1100 11001011 110010 1011110 0 10100 100001100 1011001 101010

Color Harmonies of #650CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650CCB

Black with #650CCB

Text Example


Text Example

White with #650CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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