Html Css Color HEX #651CDA Purple Heart

📋 copy color: '#651CDA'

red 101 ◦ green 28 ◦ blue 218

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

Shades of Purple Heart #651CDA

Tints of Purple Heart #651CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 62.82%

R = 29.11%
G = 8.07%
B = 62.82%

CMYK

 C value IS 0.54

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#651CDA (or 0x651CDA) is known color: Purple Heart. HEX triplet: 65, 1C and DA. RGB value is (101,28,218). Sum of RGB (Red+Green+Blue) = 101+28+218=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #651CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #651CDA is #9AE325. Grayscale: #464646. Windows color (decimal): -10150694 or 14294117. OLE color: 14294117.

HSL color Cylindrical-coordinate representation of color #651CDA: hue angle of 263.05º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #651CDA is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 28 218 -
CMYK 0.54 0.87 0 0.15
HSL 263.05º 0.77% 0.48% -
HSV(B) 263.05º 0.87% 0.85% -
XYZ 18.44 8.66 67.03 -
YUV 71.49 210.68 149.05 -
System Red Green Blue C M Y K H S L
Decimal 101 28 218 0.54 0.87 0 0.15 263.05 0.77 0.48
Hex 65 1C DA 36 57 0 F 107 4D 30
Octal 145 34 332 66 127 0 17 407 115 60
Binary 1100101 11100 11011010 110110 1010111 0 1111 100000111 1001101 110000

Color Harmonies of #651CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651CDA

Black with #651CDA

Text Example


Text Example

White with #651CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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