Html Css Color HEX #653CCF Purple Heart

📋 copy color: '#653CCF'

red 101 ◦ green 60 ◦ blue 207

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

Shades of Purple Heart #653CCF

Tints of Purple Heart #653CCF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.3%

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

R = 27.45%
G = 16.3%
B = 56.25%

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

#653CCF (or 0x653CCF) is known color: Purple Heart. HEX triplet: 65, 3C and CF. RGB value is (101,60,207). Sum of RGB (Red+Green+Blue) = 101+60+207=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #653CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653CCF is #9AC330. Grayscale: #585858. Windows color (decimal): -10142513 or 13581413. OLE color: 13581413.

HSL color Cylindrical-coordinate representation of color #653CCF: hue angle of 256.73º degrees, saturation: 0.6, 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 #653CCF is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 60 207 -
CMYK 0.51 0.71 0 0.19
HSL 256.73º 0.6% 0.52% -
HSV(B) 256.73º 0.71% 0.81% -
XYZ 18.25 10.5 60.1 -
YUV 89.02 194.58 136.55 -
System Red Green Blue C M Y K H S L
Decimal 101 60 207 0.51 0.71 0 0.19 256.73 0.6 0.52
Hex 65 3C CF 33 47 0 13 101 3C 34
Octal 145 74 317 63 107 0 23 401 74 64
Binary 1100101 111100 11001111 110011 1000111 0 10011 100000001 111100 110100

Color Harmonies of #653CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653CCF

Black with #653CCF

Text Example


Text Example

White with #653CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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