Html Css Color HEX #650ACB Purple Heart

📋 copy color: '#650ACB'

red 101 ◦ green 10 ◦ blue 203

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

Shades of Purple Heart #650ACB

Tints of Purple Heart #650ACB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.18%

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

R = 32.17%
G = 3.18%
B = 64.65%

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

#650ACB (or 0x650ACB) is known color: Purple Heart. HEX triplet: 65, 0A and CB. RGB value is (101,10,203). Sum of RGB (Red+Green+Blue) = 101+10+203=314 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.17% from 314); Green value is 10 (4.30% from 255 or 3.18% from 314); Blue value is 203 (79.69% from 255 or 64.65% from 314); Max value from RGB is 203 - color contains mainly: blue. Hex color #650ACB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650ACB is #9AF534. Grayscale: #3A3A3A. Windows color (decimal): -10155317 or 13306469. OLE color: 13306469.

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

Color convert

RGB 101 10 203 -
CMYK 0.50 0.95 0 0.20
HSL 268.29º 0.91% 0.42% -
HSV(B) 268.29º 0.95% 0.8% -
XYZ 16.25 7.3 57.05 -
YUV 59.21 209.15 157.81 -
System Red Green Blue C M Y K H S L
Decimal 101 10 203 0.50 0.95 0 0.20 268.29 0.91 0.42
Hex 65 A CB 32 5F 0 14 10C 5B 2A
Octal 145 12 313 62 137 0 24 414 133 52
Binary 1100101 1010 11001011 110010 1011111 0 10100 100001100 1011011 101010

Color Harmonies of #650ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650ACB

Black with #650ACB

Text Example


Text Example

White with #650ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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