Html Css Color HEX #652DAF Purple Heart

📋 copy color: '#652DAF'

red 101 ◦ green 45 ◦ blue 175

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

Shades of Purple Heart #652DAF

Tints of Purple Heart #652DAF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.02%

 BLUE value IS 175 (68.75% from 255) = 54.52%

R = 31.46%
G = 14.02%
B = 54.52%

CMYK

 C value IS 0.42

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#652DAF (or 0x652DAF) is known color: Purple Heart. HEX triplet: 65, 2D and AF. RGB value is (101,45,175). Sum of RGB (Red+Green+Blue) = 101+45+175=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 175 (68.75% from 255 or 54.52% from 321); Max value from RGB is 175 - color contains mainly: blue. Hex color #652DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652DAF is #9AD250. Grayscale: #4C4C4C. Windows color (decimal): -10146385 or 11480421. OLE color: 11480421.

HSL color Cylindrical-coordinate representation of color #652DAF: hue angle of 265.85º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #652DAF is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 101 45 175 -
CMYK 0.42 0.74 0 0.31
HSL 265.85º 0.59% 0.43% -
HSV(B) 265.85º 0.74% 0.69% -
XYZ 14.04 7.74 41.31 -
YUV 76.56 183.55 145.43 -
System Red Green Blue C M Y K H S L
Decimal 101 45 175 0.42 0.74 0 0.31 265.85 0.59 0.43
Hex 65 2D AF 2A 4A 0 1F 10A 3B 2B
Octal 145 55 257 52 112 0 37 412 73 53
Binary 1100101 101101 10101111 101010 1001010 0 11111 100001010 111011 101011

Color Harmonies of #652DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652DAF

Black with #652DAF

Text Example


Text Example

White with #652DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,45,175); }

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

background-color css

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

 a { background-color: rgb(101,45,175); }

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

border-color css

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

 span { border-color: rgb(101,45,175); }

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