Html Css Color HEX #651CCC Purple Heart

📋 copy color: '#651CCC'

red 101 ◦ green 28 ◦ blue 204

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

Shades of Purple Heart #651CCC

Tints of Purple Heart #651CCC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.41%

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

R = 30.33%
G = 8.41%
B = 61.26%

CMYK

 C value IS 0.50

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#651CCC (or 0x651CCC) is known color: Purple Heart. HEX triplet: 65, 1C and CC. RGB value is (101,28,204). Sum of RGB (Red+Green+Blue) = 101+28+204=333 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.33% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #651CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #651CCC is #9AE333. Grayscale: #454545. Windows color (decimal): -10150708 or 13376613. OLE color: 13376613.

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

Color convert

RGB 101 28 204 -
CMYK 0.50 0.86 0 0.2
HSL 264.89º 0.76% 0.45% -
HSV(B) 264.89º 0.86% 0.8% -
XYZ 16.68 7.96 57.78 -
YUV 69.89 203.68 150.19 -
System Red Green Blue C M Y K H S L
Decimal 101 28 204 0.50 0.86 0 0.2 264.89 0.76 0.45
Hex 65 1C CC 32 56 0 14 109 4C 2D
Octal 145 34 314 62 126 0 24 411 114 55
Binary 1100101 11100 11001100 110010 1010110 0 10100 100001001 1001100 101101

Color Harmonies of #651CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651CCC

Black with #651CCC

Text Example


Text Example

White with #651CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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