Html Css Color HEX #651BCC Purple Heart

📋 copy color: '#651BCC'

red 101 ◦ green 27 ◦ blue 204

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

Shades of Purple Heart #651BCC

Tints of Purple Heart #651BCC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.13%

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

R = 30.42%
G = 8.13%
B = 61.45%

CMYK

 C value IS 0.50

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#651BCC (or 0x651BCC) is known color: Purple Heart. HEX triplet: 65, 1B and CC. RGB value is (101,27,204). Sum of RGB (Red+Green+Blue) = 101+27+204=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #651BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #651BCC is #9AE433. Grayscale: #444444. Windows color (decimal): -10150964 or 13376357. OLE color: 13376357.

HSL color Cylindrical-coordinate representation of color #651BCC: hue angle of 265.08º 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 #651BCC is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 27 204 -
CMYK 0.50 0.87 0 0.2
HSL 265.08º 0.77% 0.45% -
HSV(B) 265.08º 0.87% 0.8% -
XYZ 16.66 7.91 57.78 -
YUV 69.3 204.02 150.61 -
System Red Green Blue C M Y K H S L
Decimal 101 27 204 0.50 0.87 0 0.2 265.08 0.77 0.45
Hex 65 1B CC 32 57 0 14 109 4D 2D
Octal 145 33 314 62 127 0 24 411 115 55
Binary 1100101 11011 11001100 110010 1010111 0 10100 100001001 1001101 101101

Color Harmonies of #651BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651BCC

Black with #651BCC

Text Example


Text Example

White with #651BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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