Html Css Color HEX #6109CA Purple Heart

📋 copy color: '#6109CA'

red 97 ◦ green 9 ◦ blue 202

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

Shades of Purple Heart #6109CA

Tints of Purple Heart #6109CA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.92%

 BLUE value IS 202 (79.3% from 255) = 65.58%

R = 31.49%
G = 2.92%
B = 65.58%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6109CA (or 0x6109CA) is known color: Purple Heart. HEX triplet: 61, 09 and CA. RGB value is (97,9,202). Sum of RGB (Red+Green+Blue) = 97+9+202=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 202 (79.30% from 255 or 65.58% from 308); Max value from RGB is 202 - color contains mainly: blue. Hex color #6109CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6109CA is #9EF635. Grayscale: #383838. Windows color (decimal): -10417718 or 13240673. OLE color: 13240673.

HSL color Cylindrical-coordinate representation of color #6109CA: hue angle of 267.36º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6109CA is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 97 9 202 -
CMYK 0.52 0.96 0 0.21
HSL 267.36º 0.91% 0.41% -
HSV(B) 267.36º 0.96% 0.79% -
XYZ 15.69 7 56.4 -
YUV 57.31 209.65 156.31 -
System Red Green Blue C M Y K H S L
Decimal 97 9 202 0.52 0.96 0 0.21 267.36 0.91 0.41
Hex 61 9 CA 34 60 0 15 10B 5B 29
Octal 141 11 312 64 140 0 25 413 133 51
Binary 1100001 1001 11001010 110100 1100000 0 10101 100001011 1011011 101001

Color Harmonies of #6109CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6109CA

Black with #6109CA

Text Example


Text Example

White with #6109CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6109CA; }

 p { color: rgb(97,9,202); }

 H1.HeaderClassName
 {
   color: #6109CA;
 }
 .AnyTagClassName
 {
   color: #6109CA;
 }
</style>

background-color css

<style>
 a { background-color: #6109CA; }

 a { background-color: rgb(97,9,202); }

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

border-color css

<style>
 span { border-color: #6109CA; }

 span { border-color: rgb(97,9,202); }

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