Html Css Color HEX #653AB6 Purple Heart

📋 copy color: '#653AB6'

red 101 ◦ green 58 ◦ blue 182

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

Shades of Purple Heart #653AB6

Tints of Purple Heart #653AB6

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.01%

 BLUE value IS 182 (71.48% from 255) = 53.37%

R = 29.62%
G = 17.01%
B = 53.37%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#653AB6 (or 0x653AB6) is known color: Purple Heart. HEX triplet: 65, 3A and B6. RGB value is (101,58,182). Sum of RGB (Red+Green+Blue) = 101+58+182=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 182 (71.48% from 255 or 53.37% from 341); Max value from RGB is 182 - color contains mainly: blue. Hex color #653AB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653AB6 is #9AC549. Grayscale: #545454. Windows color (decimal): -10143050 or 11942501. OLE color: 11942501.

HSL color Cylindrical-coordinate representation of color #653AB6: hue angle of 260.81º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #653AB6 is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 101 58 182 -
CMYK 0.45 0.68 0 0.29
HSL 260.81º 0.52% 0.47% -
HSV(B) 260.81º 0.68% 0.71% -
XYZ 15.32 9.17 45.22 -
YUV 84.99 182.75 139.42 -
System Red Green Blue C M Y K H S L
Decimal 101 58 182 0.45 0.68 0 0.29 260.81 0.52 0.47
Hex 65 3A B6 2D 44 0 1D 105 34 2F
Octal 145 72 266 55 104 0 35 405 64 57
Binary 1100101 111010 10110110 101101 1000100 0 11101 100000101 110100 101111

Color Harmonies of #653AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653AB6

Black with #653AB6

Text Example


Text Example

White with #653AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653AB6; }

 p { color: rgb(101,58,182); }

 H1.HeaderClassName
 {
   color: #653AB6;
 }
 .AnyTagClassName
 {
   color: #653AB6;
 }
</style>

background-color css

<style>
 a { background-color: #653AB6; }

 a { background-color: rgb(101,58,182); }

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

border-color css

<style>
 span { border-color: #653AB6; }

 span { border-color: rgb(101,58,182); }

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