Html Css Color HEX #651CCD Purple Heart

📋 copy color: '#651CCD'

red 101 ◦ green 28 ◦ blue 205

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

Shades of Purple Heart #651CCD

Tints of Purple Heart #651CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.38%

R = 30.24%
G = 8.38%
B = 61.38%

CMYK

 C value IS 0.51

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#651CCD (or 0x651CCD) is known color: Purple Heart. HEX triplet: 65, 1C and CD. RGB value is (101,28,205). Sum of RGB (Red+Green+Blue) = 101+28+205=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 28 (11.33% from 255 or 8.38% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #651CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #651CCD is #9AE332. Grayscale: #454545. Windows color (decimal): -10150707 or 13442149. OLE color: 13442149.

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

Color convert

RGB 101 28 205 -
CMYK 0.51 0.86 0 0.20
HSL 264.75º 0.76% 0.46% -
HSV(B) 264.75º 0.86% 0.8% -
XYZ 16.8 8 58.42 -
YUV 70.01 204.18 150.11 -
System Red Green Blue C M Y K H S L
Decimal 101 28 205 0.51 0.86 0 0.20 264.75 0.76 0.46
Hex 65 1C CD 33 56 0 14 109 4C 2E
Octal 145 34 315 63 126 0 24 411 114 56
Binary 1100101 11100 11001101 110011 1010110 0 10100 100001001 1001100 101110

Color Harmonies of #651CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651CCD

Black with #651CCD

Text Example


Text Example

White with #651CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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