Html Css Color HEX #650BCB Purple Heart

📋 copy color: '#650BCB'

red 101 ◦ green 11 ◦ blue 203

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

Shades of Purple Heart #650BCB

Tints of Purple Heart #650BCB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.49%

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

R = 32.06%
G = 3.49%
B = 64.44%

CMYK

 C value IS 0.50

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#650BCB (or 0x650BCB) is known color: Purple Heart. HEX triplet: 65, 0B and CB. RGB value is (101,11,203). Sum of RGB (Red+Green+Blue) = 101+11+203=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #650BCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650BCB is #9AF434. Grayscale: #3B3B3B. Windows color (decimal): -10155061 or 13306725. OLE color: 13306725.

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

Color convert

RGB 101 11 203 -
CMYK 0.50 0.95 0 0.20
HSL 268.13º 0.9% 0.42% -
HSV(B) 268.13º 0.95% 0.8% -
XYZ 16.27 7.32 57.06 -
YUV 59.8 208.82 157.39 -
System Red Green Blue C M Y K H S L
Decimal 101 11 203 0.50 0.95 0 0.20 268.13 0.9 0.42
Hex 65 B CB 32 5F 0 14 10C 5A 2A
Octal 145 13 313 62 137 0 24 414 132 52
Binary 1100101 1011 11001011 110010 1011111 0 10100 100001100 1011010 101010

Color Harmonies of #650BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650BCB

Black with #650BCB

Text Example


Text Example

White with #650BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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