Html Css Color HEX #600DDA Han Purple

📋 copy color: '#600DDA'

red 96 ◦ green 13 ◦ blue 218

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

Shades of Han Purple #600DDA

Tints of Han Purple #600DDA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.98%

 BLUE value IS 218 (85.55% from 255) = 66.67%

R = 29.36%
G = 3.98%
B = 66.67%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#600DDA (or 0x600DDA) is known color: Han Purple. HEX triplet: 60, 0D and DA. RGB value is (96,13,218). Sum of RGB (Red+Green+Blue) = 96+13+218=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 13 (5.47% from 255 or 3.98% from 327); Blue value is 218 (85.55% from 255 or 66.67% from 327); Max value from RGB is 218 - color contains mainly: blue. Hex color #600DDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600DDA is #9FF225. Grayscale: #3C3C3C. Windows color (decimal): -10482214 or 14290272. OLE color: 14290272.

HSL color Cylindrical-coordinate representation of color #600DDA: hue angle of 264.29º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600DDA is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 13 218 -
CMYK 0.56 0.94 0 0.15
HSL 264.29º 0.89% 0.45% -
HSV(B) 264.29º 0.94% 0.85% -
XYZ 17.62 7.84 66.91 -
YUV 61.19 216.5 152.83 -
System Red Green Blue C M Y K H S L
Decimal 96 13 218 0.56 0.94 0 0.15 264.29 0.89 0.45
Hex 60 D DA 38 5E 0 F 108 59 2D
Octal 140 15 332 70 136 0 17 410 131 55
Binary 1100000 1101 11011010 111000 1011110 0 1111 100001000 1011001 101101

Color Harmonies of #600DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600DDA

Black with #600DDA

Text Example


Text Example

White with #600DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600DDA; }

 p { color: rgb(96,13,218); }

 H1.HeaderClassName
 {
   color: #600DDA;
 }
 .AnyTagClassName
 {
   color: #600DDA;
 }
</style>

background-color css

<style>
 a { background-color: #600DDA; }

 a { background-color: rgb(96,13,218); }

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

border-color css

<style>
 span { border-color: #600DDA; }

 span { border-color: rgb(96,13,218); }

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