Html Css Color HEX #6026BC Purple Heart

📋 copy color: '#6026BC'

red 96 ◦ green 38 ◦ blue 188

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

Shades of Purple Heart #6026BC

Tints of Purple Heart #6026BC

RGB

 RED value IS 96 (37.89% from 255) = 29.81%

 GREEN value IS 38 (15.23% from 255) = 11.8%

 BLUE value IS 188 (73.83% from 255) = 58.39%

R = 29.81%
G = 11.8%
B = 58.39%

CMYK

 C value IS 0.49

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6026BC (or 0x6026BC) is known color: Purple Heart. HEX triplet: 60, 26 and BC. RGB value is (96,38,188). Sum of RGB (Red+Green+Blue) = 96+38+188=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #6026BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6026BC is #9FD943. Grayscale: #474747. Windows color (decimal): -10475844 or 12330592. OLE color: 12330592.

HSL color Cylindrical-coordinate representation of color #6026BC: hue angle of 263.2º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6026BC is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 38 188 -
CMYK 0.49 0.80 0 0.26
HSL 263.2º 0.66% 0.44% -
HSV(B) 263.2º 0.8% 0.74% -
XYZ 14.59 7.5 48.26 -
YUV 72.44 193.22 144.8 -
System Red Green Blue C M Y K H S L
Decimal 96 38 188 0.49 0.80 0 0.26 263.2 0.66 0.44
Hex 60 26 BC 31 50 0 1A 107 42 2C
Octal 140 46 274 61 120 0 32 407 102 54
Binary 1100000 100110 10111100 110001 1010000 0 11010 100000111 1000010 101100

Color Harmonies of #6026BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6026BC

Black with #6026BC

Text Example


Text Example

White with #6026BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6026BC; }

 p { color: rgb(96,38,188); }

 H1.HeaderClassName
 {
   color: #6026BC;
 }
 .AnyTagClassName
 {
   color: #6026BC;
 }
</style>

background-color css

<style>
 a { background-color: #6026BC; }

 a { background-color: rgb(96,38,188); }

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

border-color css

<style>
 span { border-color: #6026BC; }

 span { border-color: rgb(96,38,188); }

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