Html Css Color HEX #6128CB Purple Heart

📋 copy color: '#6128CB'

red 97 ◦ green 40 ◦ blue 203

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

Shades of Purple Heart #6128CB

Tints of Purple Heart #6128CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 59.71%

R = 28.53%
G = 11.76%
B = 59.71%

CMYK

 C value IS 0.52

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6128CB (or 0x6128CB) is known color: Purple Heart. HEX triplet: 61, 28 and CB. RGB value is (97,40,203). Sum of RGB (Red+Green+Blue) = 97+40+203=340 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.53% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #6128CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6128CB is #9ED734. Grayscale: #4B4B4B. Windows color (decimal): -10409781 or 13314145. OLE color: 13314145.

HSL color Cylindrical-coordinate representation of color #6128CB: hue angle of 260.98º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6128CB is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 40 203 -
CMYK 0.52 0.80 0 0.20
HSL 260.98º 0.67% 0.48% -
HSV(B) 260.98º 0.8% 0.8% -
XYZ 16.47 8.37 57.25 -
YUV 75.63 199.88 143.25 -
System Red Green Blue C M Y K H S L
Decimal 97 40 203 0.52 0.80 0 0.20 260.98 0.67 0.48
Hex 61 28 CB 34 50 0 14 105 43 30
Octal 141 50 313 64 120 0 24 405 103 60
Binary 1100001 101000 11001011 110100 1010000 0 10100 100000101 1000011 110000

Color Harmonies of #6128CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6128CB

Black with #6128CB

Text Example


Text Example

White with #6128CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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