Html Css Color HEX #651FCD Purple Heart

📋 copy color: '#651FCD'

red 101 ◦ green 31 ◦ blue 205

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

Shades of Purple Heart #651FCD

Tints of Purple Heart #651FCD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.2%

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

R = 29.97%
G = 9.2%
B = 60.83%

CMYK

 C value IS 0.51

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#651FCD (or 0x651FCD) is known color: Purple Heart. HEX triplet: 65, 1F and CD. RGB value is (101,31,205). Sum of RGB (Red+Green+Blue) = 101+31+205=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #651FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #651FCD is #9AE032. Grayscale: #474747. Windows color (decimal): -10149939 or 13442917. OLE color: 13442917.

HSL color Cylindrical-coordinate representation of color #651FCD: hue angle of 264.14º 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 #651FCD is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 31 205 -
CMYK 0.51 0.85 0 0.20
HSL 264.14º 0.74% 0.46% -
HSV(B) 264.14º 0.85% 0.8% -
XYZ 16.88 8.15 58.44 -
YUV 71.77 203.19 148.85 -
System Red Green Blue C M Y K H S L
Decimal 101 31 205 0.51 0.85 0 0.20 264.14 0.74 0.46
Hex 65 1F CD 33 55 0 14 108 4A 2E
Octal 145 37 315 63 125 0 24 410 112 56
Binary 1100101 11111 11001101 110011 1010101 0 10100 100001000 1001010 101110

Color Harmonies of #651FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651FCD

Black with #651FCD

Text Example


Text Example

White with #651FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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