Html Css Color HEX #653DB3 Purple Heart

📋 copy color: '#653DB3'

red 101 ◦ green 61 ◦ blue 179

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

Shades of Purple Heart #653DB3

Tints of Purple Heart #653DB3

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.89%

 BLUE value IS 179 (70.31% from 255) = 52.49%

R = 29.62%
G = 17.89%
B = 52.49%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#653DB3 (or 0x653DB3) is known color: Purple Heart. HEX triplet: 65, 3D and B3. RGB value is (101,61,179). Sum of RGB (Red+Green+Blue) = 101+61+179=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 179 (70.31% from 255 or 52.49% from 341); Max value from RGB is 179 - color contains mainly: blue. Hex color #653DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653DB3 is #9AC24C. Grayscale: #555555. Windows color (decimal): -10142285 or 11746661. OLE color: 11746661.

HSL color Cylindrical-coordinate representation of color #653DB3: hue angle of 260.34º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #653DB3 is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 101 61 179 -
CMYK 0.44 0.66 0 0.30
HSL 260.34º 0.49% 0.47% -
HSV(B) 260.34º 0.66% 0.7% -
XYZ 15.17 9.36 43.65 -
YUV 86.41 180.25 138.41 -
System Red Green Blue C M Y K H S L
Decimal 101 61 179 0.44 0.66 0 0.30 260.34 0.49 0.47
Hex 65 3D B3 2C 42 0 1E 104 31 2F
Octal 145 75 263 54 102 0 36 404 61 57
Binary 1100101 111101 10110011 101100 1000010 0 11110 100000100 110001 101111

Color Harmonies of #653DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653DB3

Black with #653DB3

Text Example


Text Example

White with #653DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,61,179); }

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

background-color css

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

 a { background-color: rgb(101,61,179); }

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

border-color css

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

 span { border-color: rgb(101,61,179); }

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