Html Css Color HEX #651ACB Purple Heart

📋 copy color: '#651ACB'

red 101 ◦ green 26 ◦ blue 203

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

Shades of Purple Heart #651ACB

Tints of Purple Heart #651ACB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.88%

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

R = 30.61%
G = 7.88%
B = 61.52%

CMYK

 C value IS 0.50

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#651ACB (or 0x651ACB) is known color: Purple Heart. HEX triplet: 65, 1A and CB. RGB value is (101,26,203). Sum of RGB (Red+Green+Blue) = 101+26+203=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #651ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #651ACB is #9AE534. Grayscale: #434343. Windows color (decimal): -10151221 or 13310565. OLE color: 13310565.

HSL color Cylindrical-coordinate representation of color #651ACB: hue angle of 265.42º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #651ACB is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 26 203 -
CMYK 0.50 0.87 0 0.20
HSL 265.42º 0.77% 0.45% -
HSV(B) 265.42º 0.87% 0.8% -
XYZ 16.52 7.82 57.14 -
YUV 68.6 203.85 151.11 -
System Red Green Blue C M Y K H S L
Decimal 101 26 203 0.50 0.87 0 0.20 265.42 0.77 0.45
Hex 65 1A CB 32 57 0 14 109 4D 2D
Octal 145 32 313 62 127 0 24 411 115 55
Binary 1100101 11010 11001011 110010 1010111 0 10100 100001001 1001101 101101

Color Harmonies of #651ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651ACB

Black with #651ACB

Text Example


Text Example

White with #651ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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