Html Css Color HEX #650CAB Purple Heart

📋 copy color: '#650CAB'

red 101 ◦ green 12 ◦ blue 171

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

Shades of Purple Heart #650CAB

Tints of Purple Heart #650CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60.21%

R = 35.56%
G = 4.23%
B = 60.21%

CMYK

 C value IS 0.41

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#650CAB (or 0x650CAB) is known color: Purple Heart. HEX triplet: 65, 0C and AB. RGB value is (101,12,171). Sum of RGB (Red+Green+Blue) = 101+12+171=284 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.56% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #650CAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650CAB is #9AF354. Grayscale: #383838. Windows color (decimal): -10154837 or 11209829. OLE color: 11209829.

HSL color Cylindrical-coordinate representation of color #650CAB: hue angle of 273.58º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #650CAB is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 12 171 -
CMYK 0.41 0.93 0 0.33
HSL 273.58º 0.87% 0.36% -
HSV(B) 273.58º 0.93% 0.67% -
XYZ 12.85 5.97 39 -
YUV 56.74 192.49 159.57 -
System Red Green Blue C M Y K H S L
Decimal 101 12 171 0.41 0.93 0 0.33 273.58 0.87 0.36
Hex 65 C AB 29 5D 0 21 112 57 24
Octal 145 14 253 51 135 0 41 422 127 44
Binary 1100101 1100 10101011 101001 1011101 0 100001 100010010 1010111 100100

Color Harmonies of #650CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650CAB

Black with #650CAB

Text Example


Text Example

White with #650CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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