Html Css Color HEX #610EDA Han Purple

📋 copy color: '#610EDA'

red 97 ◦ green 14 ◦ blue 218

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

Shades of Han Purple #610EDA

Tints of Han Purple #610EDA

RGB

 RED value IS 97 (38.28% from 255) = 29.48%

 GREEN value IS 14 (5.86% from 255) = 4.26%

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

R = 29.48%
G = 4.26%
B = 66.26%

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

#610EDA (or 0x610EDA) is known color: Han Purple. HEX triplet: 61, 0E and DA. RGB value is (97,14,218). Sum of RGB (Red+Green+Blue) = 97+14+218=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 218 (85.55% from 255 or 66.26% from 329); Max value from RGB is 218 - color contains mainly: blue. Hex color #610EDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610EDA is #9EF125. Grayscale: #3D3D3D. Windows color (decimal): -10416422 or 14290529. OLE color: 14290529.

HSL color Cylindrical-coordinate representation of color #610EDA: hue angle of 264.41º degrees, saturation: 0.88, 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 #610EDA is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 14 218 -
CMYK 0.56 0.94 0 0.15
HSL 264.41º 0.88% 0.45% -
HSV(B) 264.41º 0.94% 0.85% -
XYZ 17.74 7.92 66.92 -
YUV 62.07 216 152.91 -
System Red Green Blue C M Y K H S L
Decimal 97 14 218 0.56 0.94 0 0.15 264.41 0.88 0.45
Hex 61 E DA 38 5E 0 F 108 58 2D
Octal 141 16 332 70 136 0 17 410 130 55
Binary 1100001 1110 11011010 111000 1011110 0 1111 100001000 1011000 101101

Color Harmonies of #610EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610EDA

Black with #610EDA

Text Example


Text Example

White with #610EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610EDA; }

 p { color: rgb(97,14,218); }

 H1.HeaderClassName
 {
   color: #610EDA;
 }
 .AnyTagClassName
 {
   color: #610EDA;
 }
</style>

background-color css

<style>
 a { background-color: #610EDA; }

 a { background-color: rgb(97,14,218); }

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

border-color css

<style>
 span { border-color: #610EDA; }

 span { border-color: rgb(97,14,218); }

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