Html Css Color HEX #6023DF Purple Heart

📋 copy color: '#6023DF'

red 96 ◦ green 35 ◦ blue 223

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

Shades of Purple Heart #6023DF

Tints of Purple Heart #6023DF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.89%

 BLUE value IS 223 (87.5% from 255) = 62.99%

R = 27.12%
G = 9.89%
B = 62.99%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6023DF (or 0x6023DF) is known color: Purple Heart. HEX triplet: 60, 23 and DF. RGB value is (96,35,223). Sum of RGB (Red+Green+Blue) = 96+35+223=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #6023DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6023DF is #9FDC20. Grayscale: #494949. Windows color (decimal): -10476577 or 14623584. OLE color: 14623584.

HSL color Cylindrical-coordinate representation of color #6023DF: hue angle of 259.47º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6023DF is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 35 223 -
CMYK 0.57 0.84 0 0.13
HSL 259.47º 0.75% 0.51% -
HSV(B) 259.47º 0.84% 0.87% -
XYZ 18.74 9.02 70.56 -
YUV 74.67 211.71 143.21 -
System Red Green Blue C M Y K H S L
Decimal 96 35 223 0.57 0.84 0 0.13 259.47 0.75 0.51
Hex 60 23 DF 39 54 0 D 103 4B 33
Octal 140 43 337 71 124 0 15 403 113 63
Binary 1100000 100011 11011111 111001 1010100 0 1101 100000011 1001011 110011

Color Harmonies of #6023DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6023DF

Black with #6023DF

Text Example


Text Example

White with #6023DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6023DF; }

 p { color: rgb(96,35,223); }

 H1.HeaderClassName
 {
   color: #6023DF;
 }
 .AnyTagClassName
 {
   color: #6023DF;
 }
</style>

background-color css

<style>
 a { background-color: #6023DF; }

 a { background-color: rgb(96,35,223); }

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

border-color css

<style>
 span { border-color: #6023DF; }

 span { border-color: rgb(96,35,223); }

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