Html Css Color HEX #6120CF Purple Heart

📋 copy color: '#6120CF'

red 97 ◦ green 32 ◦ blue 207

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

Shades of Purple Heart #6120CF

Tints of Purple Heart #6120CF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.52%

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

R = 28.87%
G = 9.52%
B = 61.61%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6120CF (or 0x6120CF) is known color: Purple Heart. HEX triplet: 61, 20 and CF. RGB value is (97,32,207). Sum of RGB (Red+Green+Blue) = 97+32+207=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #6120CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6120CF is #9EDF30. Grayscale: #464646. Windows color (decimal): -10411825 or 13574241. OLE color: 13574241.

HSL color Cylindrical-coordinate representation of color #6120CF: hue angle of 262.29º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6120CF is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 32 207 -
CMYK 0.53 0.85 0 0.19
HSL 262.29º 0.73% 0.47% -
HSV(B) 262.29º 0.85% 0.81% -
XYZ 16.71 8.08 59.71 -
YUV 71.39 204.53 146.27 -
System Red Green Blue C M Y K H S L
Decimal 97 32 207 0.53 0.85 0 0.19 262.29 0.73 0.47
Hex 61 20 CF 35 55 0 13 106 49 2F
Octal 141 40 317 65 125 0 23 406 111 57
Binary 1100001 100000 11001111 110101 1010101 0 10011 100000110 1001001 101111

Color Harmonies of #6120CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6120CF

Black with #6120CF

Text Example


Text Example

White with #6120CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6120CF; }

 p { color: rgb(97,32,207); }

 H1.HeaderClassName
 {
   color: #6120CF;
 }
 .AnyTagClassName
 {
   color: #6120CF;
 }
</style>

background-color css

<style>
 a { background-color: #6120CF; }

 a { background-color: rgb(97,32,207); }

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

border-color css

<style>
 span { border-color: #6120CF; }

 span { border-color: rgb(97,32,207); }

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