Html Css Color HEX #6103CE Purple Heart

📋 copy color: '#6103CE'

red 97 ◦ green 3 ◦ blue 206

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

Shades of Purple Heart #6103CE

Tints of Purple Heart #6103CE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.98%

 BLUE value IS 206 (80.86% from 255) = 67.32%

R = 31.7%
G = 0.98%
B = 67.32%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6103CE (or 0x6103CE) is known color: Purple Heart. HEX triplet: 61, 03 and CE. RGB value is (97,3,206). Sum of RGB (Red+Green+Blue) = 97+3+206=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #6103CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6103CE is #9EFC31. Grayscale: #353535. Windows color (decimal): -10419250 or 13501281. OLE color: 13501281.

HSL color Cylindrical-coordinate representation of color #6103CE: hue angle of 267.78º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6103CE is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 3 206 -
CMYK 0.53 0.99 0 0.19
HSL 267.78º 0.97% 0.41% -
HSV(B) 267.78º 0.99% 0.81% -
XYZ 16.1 7.06 58.91 -
YUV 54.25 213.64 158.49 -
System Red Green Blue C M Y K H S L
Decimal 97 3 206 0.53 0.99 0 0.19 267.78 0.97 0.41
Hex 61 3 CE 35 63 0 13 10C 61 29
Octal 141 3 316 65 143 0 23 414 141 51
Binary 1100001 11 11001110 110101 1100011 0 10011 100001100 1100001 101001

Color Harmonies of #6103CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6103CE

Black with #6103CE

Text Example


Text Example

White with #6103CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6103CE; }

 p { color: rgb(97,3,206); }

 H1.HeaderClassName
 {
   color: #6103CE;
 }
 .AnyTagClassName
 {
   color: #6103CE;
 }
</style>

background-color css

<style>
 a { background-color: #6103CE; }

 a { background-color: rgb(97,3,206); }

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

border-color css

<style>
 span { border-color: #6103CE; }

 span { border-color: rgb(97,3,206); }

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