Html Css Color HEX #651BDA Purple Heart

📋 copy color: '#651BDA'

red 101 ◦ green 27 ◦ blue 218

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

Shades of Purple Heart #651BDA

Tints of Purple Heart #651BDA

RGB

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

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

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

R = 29.19%
G = 7.8%
B = 63.01%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#651BDA (or 0x651BDA) is known color: Purple Heart. HEX triplet: 65, 1B and DA. RGB value is (101,27,218). Sum of RGB (Red+Green+Blue) = 101+27+218=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #651BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #651BDA is #9AE425. Grayscale: #464646. Windows color (decimal): -10150950 or 14293861. OLE color: 14293861.

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

Color convert

RGB 101 27 218 -
CMYK 0.54 0.88 0 0.15
HSL 263.25º 0.78% 0.48% -
HSV(B) 263.25º 0.88% 0.85% -
XYZ 18.41 8.61 67.02 -
YUV 70.9 211.02 149.47 -
System Red Green Blue C M Y K H S L
Decimal 101 27 218 0.54 0.88 0 0.15 263.25 0.78 0.48
Hex 65 1B DA 36 58 0 F 107 4E 30
Octal 145 33 332 66 130 0 17 407 116 60
Binary 1100101 11011 11011010 110110 1011000 0 1111 100000111 1001110 110000

Color Harmonies of #651BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651BDA

Black with #651BDA

Text Example


Text Example

White with #651BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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