Html Css Color HEX #613FC8 Purple Heart

📋 copy color: '#613FC8'

red 97 ◦ green 63 ◦ blue 200

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

Shades of Purple Heart #613FC8

Tints of Purple Heart #613FC8

RGB

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

 GREEN value IS 63 (25% from 255) = 17.5%

 BLUE value IS 200 (78.52% from 255) = 55.56%

R = 26.94%
G = 17.5%
B = 55.56%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#613FC8 (or 0x613FC8) is known color: Purple Heart. HEX triplet: 61, 3F and C8. RGB value is (97,63,200). Sum of RGB (Red+Green+Blue) = 97+63+200=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 200 (78.52% from 255 or 55.56% from 360); Max value from RGB is 200 - color contains mainly: blue. Hex color #613FC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613FC8 is #9EC037. Grayscale: #585858. Windows color (decimal): -10403896 or 13123425. OLE color: 13123425.

HSL color Cylindrical-coordinate representation of color #613FC8: hue angle of 254.89º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #613FC8 is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 97 63 200 -
CMYK 0.52 0.68 0 0.22
HSL 254.89º 0.55% 0.52% -
HSV(B) 254.89º 0.69% 0.78% -
XYZ 17.13 10.27 55.72 -
YUV 88.78 190.76 133.86 -
System Red Green Blue C M Y K H S L
Decimal 97 63 200 0.52 0.68 0 0.22 254.89 0.55 0.52
Hex 61 3F C8 34 44 0 16 FF 37 34
Octal 141 77 310 64 104 0 26 377 67 64
Binary 1100001 111111 11001000 110100 1000100 0 10110 11111111 110111 110100

Color Harmonies of #613FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613FC8

Black with #613FC8

Text Example


Text Example

White with #613FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,63,200); }

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

background-color css

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

 a { background-color: rgb(97,63,200); }

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

border-color css

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

 span { border-color: rgb(97,63,200); }

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