Html Css Color HEX #651DDA Purple Heart

📋 copy color: '#651DDA'

red 101 ◦ green 29 ◦ blue 218

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

Shades of Purple Heart #651DDA

Tints of Purple Heart #651DDA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.33%

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

R = 29.02%
G = 8.33%
B = 62.64%

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

#651DDA (or 0x651DDA) is known color: Purple Heart. HEX triplet: 65, 1D and DA. RGB value is (101,29,218). Sum of RGB (Red+Green+Blue) = 101+29+218=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 218 (85.55% from 255 or 62.64% from 348); Max value from RGB is 218 - color contains mainly: blue. Hex color #651DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #651DDA is #9AE225. Grayscale: #474747. Windows color (decimal): -10150438 or 14294373. OLE color: 14294373.

HSL color Cylindrical-coordinate representation of color #651DDA: hue angle of 262.86º 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 #651DDA is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 29 218 -
CMYK 0.54 0.87 0 0.15
HSL 262.86º 0.77% 0.48% -
HSV(B) 262.86º 0.87% 0.85% -
XYZ 18.46 8.71 67.04 -
YUV 72.07 210.35 148.63 -
System Red Green Blue C M Y K H S L
Decimal 101 29 218 0.54 0.87 0 0.15 262.86 0.77 0.48
Hex 65 1D DA 36 57 0 F 107 4D 30
Octal 145 35 332 66 127 0 17 407 115 60
Binary 1100101 11101 11011010 110110 1010111 0 1111 100000111 1001101 110000

Color Harmonies of #651DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651DDA

Black with #651DDA

Text Example


Text Example

White with #651DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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