Html Css Color HEX #652EDA Purple Heart

📋 copy color: '#652EDA'

red 101 ◦ green 46 ◦ blue 218

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

Shades of Purple Heart #652EDA

Tints of Purple Heart #652EDA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.6%

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

R = 27.67%
G = 12.6%
B = 59.73%

CMYK

 C value IS 0.54

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#652EDA (or 0x652EDA) is known color: Purple Heart. HEX triplet: 65, 2E and DA. RGB value is (101,46,218). Sum of RGB (Red+Green+Blue) = 101+46+218=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #652EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652EDA is #9AD125. Grayscale: #515151. Windows color (decimal): -10146086 or 14298725. OLE color: 14298725.

HSL color Cylindrical-coordinate representation of color #652EDA: hue angle of 259.19º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #652EDA is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 46 218 -
CMYK 0.54 0.79 0 0.15
HSL 259.19º 0.7% 0.52% -
HSV(B) 259.19º 0.79% 0.85% -
XYZ 19 9.78 67.22 -
YUV 82.05 204.72 141.51 -
System Red Green Blue C M Y K H S L
Decimal 101 46 218 0.54 0.79 0 0.15 259.19 0.7 0.52
Hex 65 2E DA 36 4F 0 F 103 46 34
Octal 145 56 332 66 117 0 17 403 106 64
Binary 1100101 101110 11011010 110110 1001111 0 1111 100000011 1000110 110100

Color Harmonies of #652EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652EDA

Black with #652EDA

Text Example


Text Example

White with #652EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652EDA; }

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

 H1.HeaderClassName
 {
   color: #652EDA;
 }
 .AnyTagClassName
 {
   color: #652EDA;
 }
</style>

background-color css

<style>
 a { background-color: #652EDA; }

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

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

border-color css

<style>
 span { border-color: #652EDA; }

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

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