Html Css Color HEX #653BCF Purple Heart

📋 copy color: '#653BCF'

red 101 ◦ green 59 ◦ blue 207

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

Shades of Purple Heart #653BCF

Tints of Purple Heart #653BCF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.08%

 BLUE value IS 207 (81.25% from 255) = 56.4%

R = 27.52%
G = 16.08%
B = 56.4%

CMYK

 C value IS 0.51

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#653BCF (or 0x653BCF) is known color: Purple Heart. HEX triplet: 65, 3B and CF. RGB value is (101,59,207). Sum of RGB (Red+Green+Blue) = 101+59+207=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 59 (23.44% from 255 or 16.08% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #653BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653BCF is #9AC430. Grayscale: #575757. Windows color (decimal): -10142769 or 13581157. OLE color: 13581157.

HSL color Cylindrical-coordinate representation of color #653BCF: hue angle of 257.03º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #653BCF is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 59 207 -
CMYK 0.51 0.71 0 0.19
HSL 257.03º 0.61% 0.52% -
HSV(B) 257.03º 0.71% 0.81% -
XYZ 18.19 10.4 60.08 -
YUV 88.43 194.91 136.97 -
System Red Green Blue C M Y K H S L
Decimal 101 59 207 0.51 0.71 0 0.19 257.03 0.61 0.52
Hex 65 3B CF 33 47 0 13 101 3D 34
Octal 145 73 317 63 107 0 23 401 75 64
Binary 1100101 111011 11001111 110011 1000111 0 10011 100000001 111101 110100

Color Harmonies of #653BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653BCF

Black with #653BCF

Text Example


Text Example

White with #653BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,59,207); }

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

background-color css

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

 a { background-color: rgb(101,59,207); }

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

border-color css

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

 span { border-color: rgb(101,59,207); }

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