Html Css Color HEX #6128DB Purple Heart

📋 copy color: '#6128DB'

red 97 ◦ green 40 ◦ blue 219

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

Shades of Purple Heart #6128DB

Tints of Purple Heart #6128DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 61.52%

R = 27.25%
G = 11.24%
B = 61.52%

CMYK

 C value IS 0.56

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6128DB (or 0x6128DB) is known color: Purple Heart. HEX triplet: 61, 28 and DB. RGB value is (97,40,219). Sum of RGB (Red+Green+Blue) = 97+40+219=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #6128DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6128DB is #9ED724. Grayscale: #4C4C4C. Windows color (decimal): -10409765 or 14362721. OLE color: 14362721.

HSL color Cylindrical-coordinate representation of color #6128DB: hue angle of 259.11º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6128DB is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 40 219 -
CMYK 0.56 0.82 0 0.14
HSL 259.11º 0.71% 0.51% -
HSV(B) 259.11º 0.82% 0.86% -
XYZ 18.47 9.17 67.81 -
YUV 77.45 207.88 141.95 -
System Red Green Blue C M Y K H S L
Decimal 97 40 219 0.56 0.82 0 0.14 259.11 0.71 0.51
Hex 61 28 DB 38 52 0 E 103 47 33
Octal 141 50 333 70 122 0 16 403 107 63
Binary 1100001 101000 11011011 111000 1010010 0 1110 100000011 1000111 110011

Color Harmonies of #6128DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6128DB

Black with #6128DB

Text Example


Text Example

White with #6128DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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