Html Css Color HEX #613CCA Purple Heart

📋 copy color: '#613CCA'

red 97 ◦ green 60 ◦ blue 202

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

Shades of Purple Heart #613CCA

Tints of Purple Heart #613CCA

RGB

 RED value IS 97 (38.28% from 255) = 27.02%

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

 BLUE value IS 202 (79.3% from 255) = 56.27%

R = 27.02%
G = 16.71%
B = 56.27%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#613CCA (or 0x613CCA) is known color: Purple Heart. HEX triplet: 61, 3C and CA. RGB value is (97,60,202). Sum of RGB (Red+Green+Blue) = 97+60+202=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 202 (79.30% from 255 or 56.27% from 359); Max value from RGB is 202 - color contains mainly: blue. Hex color #613CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613CCA is #9EC335. Grayscale: #565656. Windows color (decimal): -10404662 or 13253729. OLE color: 13253729.

HSL color Cylindrical-coordinate representation of color #613CCA: hue angle of 255.63º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #613CCA is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 97 60 202 -
CMYK 0.52 0.70 0 0.21
HSL 255.63º 0.57% 0.51% -
HSV(B) 255.63º 0.7% 0.79% -
XYZ 17.21 10.04 56.91 -
YUV 87.25 192.76 134.95 -
System Red Green Blue C M Y K H S L
Decimal 97 60 202 0.52 0.70 0 0.21 255.63 0.57 0.51
Hex 61 3C CA 34 46 0 15 100 39 33
Octal 141 74 312 64 106 0 25 400 71 63
Binary 1100001 111100 11001010 110100 1000110 0 10101 100000000 111001 110011

Color Harmonies of #613CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613CCA

Black with #613CCA

Text Example


Text Example

White with #613CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613CCA; }

 p { color: rgb(97,60,202); }

 H1.HeaderClassName
 {
   color: #613CCA;
 }
 .AnyTagClassName
 {
   color: #613CCA;
 }
</style>

background-color css

<style>
 a { background-color: #613CCA; }

 a { background-color: rgb(97,60,202); }

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

border-color css

<style>
 span { border-color: #613CCA; }

 span { border-color: rgb(97,60,202); }

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