Html Css Color HEX #6102CD Purple Heart

📋 copy color: '#6102CD'

red 97 ◦ green 2 ◦ blue 205

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

Shades of Purple Heart #6102CD

Tints of Purple Heart #6102CD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 205 (80.47% from 255) = 67.43%

R = 31.91%
G = 0.66%
B = 67.43%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6102CD (or 0x6102CD) is known color: Purple Heart. HEX triplet: 61, 02 and CD. RGB value is (97,2,205). Sum of RGB (Red+Green+Blue) = 97+2+205=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 205 (80.47% from 255 or 67.43% from 304); Max value from RGB is 205 - color contains mainly: blue. Hex color #6102CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6102CD is #9EFD32. Grayscale: #343434. Windows color (decimal): -10419507 or 13435489. OLE color: 13435489.

HSL color Cylindrical-coordinate representation of color #6102CD: hue angle of 268.08º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6102CD is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 2 205 -
CMYK 0.53 0.99 0 0.20
HSL 268.08º 0.98% 0.41% -
HSV(B) 268.08º 0.99% 0.8% -
XYZ 15.97 6.99 58.27 -
YUV 53.55 213.47 158.99 -
System Red Green Blue C M Y K H S L
Decimal 97 2 205 0.53 0.99 0 0.20 268.08 0.98 0.41
Hex 61 2 CD 35 63 0 14 10C 62 29
Octal 141 2 315 65 143 0 24 414 142 51
Binary 1100001 10 11001101 110101 1100011 0 10100 100001100 1100010 101001

Color Harmonies of #6102CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6102CD

Black with #6102CD

Text Example


Text Example

White with #6102CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6102CD; }

 p { color: rgb(97,2,205); }

 H1.HeaderClassName
 {
   color: #6102CD;
 }
 .AnyTagClassName
 {
   color: #6102CD;
 }
</style>

background-color css

<style>
 a { background-color: #6102CD; }

 a { background-color: rgb(97,2,205); }

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

border-color css

<style>
 span { border-color: #6102CD; }

 span { border-color: rgb(97,2,205); }

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