Html Css Color HEX #6028CF Purple Heart

📋 copy color: '#6028CF'

red 96 ◦ green 40 ◦ blue 207

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

Shades of Purple Heart #6028CF

Tints of Purple Heart #6028CF

RGB

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

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

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

R = 27.99%
G = 11.66%
B = 60.35%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6028CF (or 0x6028CF) is known color: Purple Heart. HEX triplet: 60, 28 and CF. RGB value is (96,40,207). Sum of RGB (Red+Green+Blue) = 96+40+207=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 40 (16.02% from 255 or 11.66% from 343); Blue value is 207 (81.25% from 255 or 60.35% from 343); Max value from RGB is 207 - color contains mainly: blue. Hex color #6028CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6028CF is #9FD730. Grayscale: #4B4B4B. Windows color (decimal): -10475313 or 13576288. OLE color: 13576288.

HSL color Cylindrical-coordinate representation of color #6028CF: hue angle of 260.12º 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 #6028CF is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 40 207 -
CMYK 0.54 0.81 0 0.19
HSL 260.12º 0.68% 0.48% -
HSV(B) 260.12º 0.81% 0.81% -
XYZ 16.85 8.51 59.79 -
YUV 75.78 202.05 142.42 -
System Red Green Blue C M Y K H S L
Decimal 96 40 207 0.54 0.81 0 0.19 260.12 0.68 0.48
Hex 60 28 CF 36 51 0 13 104 44 30
Octal 140 50 317 66 121 0 23 404 104 60
Binary 1100000 101000 11001111 110110 1010001 0 10011 100000100 1000100 110000

Color Harmonies of #6028CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6028CF

Black with #6028CF

Text Example


Text Example

White with #6028CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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