Html Css Color HEX #651ECC Purple Heart

📋 copy color: '#651ECC'

red 101 ◦ green 30 ◦ blue 204

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

Shades of Purple Heart #651ECC

Tints of Purple Heart #651ECC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.96%

 BLUE value IS 204 (80.08% from 255) = 60.9%

R = 30.15%
G = 8.96%
B = 60.9%

CMYK

 C value IS 0.50

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#651ECC (or 0x651ECC) is known color: Purple Heart. HEX triplet: 65, 1E and CC. RGB value is (101,30,204). Sum of RGB (Red+Green+Blue) = 101+30+204=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #651ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #651ECC is #9AE133. Grayscale: #464646. Windows color (decimal): -10150196 or 13377125. OLE color: 13377125.

HSL color Cylindrical-coordinate representation of color #651ECC: hue angle of 264.48º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #651ECC is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 30 204 -
CMYK 0.50 0.85 0 0.2
HSL 264.48º 0.74% 0.46% -
HSV(B) 264.48º 0.85% 0.8% -
XYZ 16.73 8.05 57.8 -
YUV 71.07 203.02 149.35 -
System Red Green Blue C M Y K H S L
Decimal 101 30 204 0.50 0.85 0 0.2 264.48 0.74 0.46
Hex 65 1E CC 32 55 0 14 108 4A 2E
Octal 145 36 314 62 125 0 24 410 112 56
Binary 1100101 11110 11001100 110010 1010101 0 10100 100001000 1001010 101110

Color Harmonies of #651ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651ECC

Black with #651ECC

Text Example


Text Example

White with #651ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,30,204); }

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

background-color css

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

 a { background-color: rgb(101,30,204); }

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

border-color css

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

 span { border-color: rgb(101,30,204); }

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