Html Css Color HEX #6123DC Purple Heart

📋 copy color: '#6123DC'

red 97 ◦ green 35 ◦ blue 220

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

Shades of Purple Heart #6123DC

Tints of Purple Heart #6123DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.5%

R = 27.56%
G = 9.94%
B = 62.5%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6123DC (or 0x6123DC) is known color: Purple Heart. HEX triplet: 61, 23 and DC. RGB value is (97,35,220). Sum of RGB (Red+Green+Blue) = 97+35+220=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #6123DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6123DC is #9EDC23. Grayscale: #494949. Windows color (decimal): -10411044 or 14426977. OLE color: 14426977.

HSL color Cylindrical-coordinate representation of color #6123DC: hue angle of 260.11º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6123DC is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 35 220 -
CMYK 0.56 0.84 0 0.14
HSL 260.11º 0.73% 0.5% -
HSV(B) 260.11º 0.84% 0.86% -
XYZ 18.45 8.91 68.46 -
YUV 74.63 210.04 143.96 -
System Red Green Blue C M Y K H S L
Decimal 97 35 220 0.56 0.84 0 0.14 260.11 0.73 0.5
Hex 61 23 DC 38 54 0 E 104 49 32
Octal 141 43 334 70 124 0 16 404 111 62
Binary 1100001 100011 11011100 111000 1010100 0 1110 100000100 1001001 110010

Color Harmonies of #6123DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6123DC

Black with #6123DC

Text Example


Text Example

White with #6123DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6123DC; }

 p { color: rgb(97,35,220); }

 H1.HeaderClassName
 {
   color: #6123DC;
 }
 .AnyTagClassName
 {
   color: #6123DC;
 }
</style>

background-color css

<style>
 a { background-color: #6123DC; }

 a { background-color: rgb(97,35,220); }

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

border-color css

<style>
 span { border-color: #6123DC; }

 span { border-color: rgb(97,35,220); }

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