Html Css Color HEX #613CCD Purple Heart

📋 copy color: '#613CCD'

red 97 ◦ green 60 ◦ blue 205

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

Shades of Purple Heart #613CCD

Tints of Purple Heart #613CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.63%

R = 26.8%
G = 16.57%
B = 56.63%

CMYK

 C value IS 0.53

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#613CCD (or 0x613CCD) is known color: Purple Heart. HEX triplet: 61, 3C and CD. RGB value is (97,60,205). Sum of RGB (Red+Green+Blue) = 97+60+205=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #613CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613CCD is #9EC332. Grayscale: #575757. Windows color (decimal): -10404659 or 13450337. OLE color: 13450337.

HSL color Cylindrical-coordinate representation of color #613CCD: hue angle of 255.31º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #613CCD is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 60 205 -
CMYK 0.53 0.71 0 0.20
HSL 255.31º 0.59% 0.52% -
HSV(B) 255.31º 0.71% 0.8% -
XYZ 17.57 10.18 58.8 -
YUV 87.59 194.26 134.71 -
System Red Green Blue C M Y K H S L
Decimal 97 60 205 0.53 0.71 0 0.20 255.31 0.59 0.52
Hex 61 3C CD 35 47 0 14 FF 3B 34
Octal 141 74 315 65 107 0 24 377 73 64
Binary 1100001 111100 11001101 110101 1000111 0 10100 11111111 111011 110100

Color Harmonies of #613CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613CCD

Black with #613CCD

Text Example


Text Example

White with #613CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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