Html Css Color HEX #6128CF Purple Heart

📋 copy color: '#6128CF'

red 97 ◦ green 40 ◦ blue 207

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

Shades of Purple Heart #6128CF

Tints of Purple Heart #6128CF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.63%

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

R = 28.2%
G = 11.63%
B = 60.17%

CMYK

 C value IS 0.53

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6128CF (or 0x6128CF) is known color: Purple Heart. HEX triplet: 61, 28 and CF. RGB value is (97,40,207). Sum of RGB (Red+Green+Blue) = 97+40+207=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 207 (81.25% from 255 or 60.17% from 344); Max value from RGB is 207 - color contains mainly: blue. Hex color #6128CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6128CF is #9ED730. Grayscale: #4B4B4B. Windows color (decimal): -10409777 or 13576289. OLE color: 13576289.

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

Color convert

RGB 97 40 207 -
CMYK 0.53 0.81 0 0.19
HSL 260.48º 0.68% 0.48% -
HSV(B) 260.48º 0.81% 0.81% -
XYZ 16.95 8.56 59.79 -
YUV 76.08 201.88 142.92 -
System Red Green Blue C M Y K H S L
Decimal 97 40 207 0.53 0.81 0 0.19 260.48 0.68 0.48
Hex 61 28 CF 35 51 0 13 104 44 30
Octal 141 50 317 65 121 0 23 404 104 60
Binary 1100001 101000 11001111 110101 1010001 0 10011 100000100 1000100 110000

Color Harmonies of #6128CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6128CF

Black with #6128CF

Text Example


Text Example

White with #6128CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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