Html Css Color HEX #6026CB Purple Heart

📋 copy color: '#6026CB'

red 96 ◦ green 38 ◦ blue 203

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

Shades of Purple Heart #6026CB

Tints of Purple Heart #6026CB

RGB

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

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

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

R = 28.49%
G = 11.28%
B = 60.24%

CMYK

 C value IS 0.53

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6026CB (or 0x6026CB) is known color: Purple Heart. HEX triplet: 60, 26 and CB. RGB value is (96,38,203). Sum of RGB (Red+Green+Blue) = 96+38+203=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #6026CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6026CB is #9FD934. Grayscale: #494949. Windows color (decimal): -10475829 or 13313632. OLE color: 13313632.

HSL color Cylindrical-coordinate representation of color #6026CB: hue angle of 261.09º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6026CB is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 38 203 -
CMYK 0.53 0.81 0 0.20
HSL 261.09º 0.68% 0.47% -
HSV(B) 261.09º 0.81% 0.8% -
XYZ 16.3 8.18 57.22 -
YUV 74.15 200.72 143.58 -
System Red Green Blue C M Y K H S L
Decimal 96 38 203 0.53 0.81 0 0.20 261.09 0.68 0.47
Hex 60 26 CB 35 51 0 14 105 44 2F
Octal 140 46 313 65 121 0 24 405 104 57
Binary 1100000 100110 11001011 110101 1010001 0 10100 100000101 1000100 101111

Color Harmonies of #6026CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6026CB

Black with #6026CB

Text Example


Text Example

White with #6026CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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