Html Css Color HEX #6127CA Purple Heart

📋 copy color: '#6127CA'

red 97 ◦ green 39 ◦ blue 202

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

Shades of Purple Heart #6127CA

Tints of Purple Heart #6127CA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.54%

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

R = 28.7%
G = 11.54%
B = 59.76%

CMYK

 C value IS 0.52

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6127CA (or 0x6127CA) is known color: Purple Heart. HEX triplet: 61, 27 and CA. RGB value is (97,39,202). Sum of RGB (Red+Green+Blue) = 97+39+202=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 202 (79.30% from 255 or 59.76% from 338); Max value from RGB is 202 - color contains mainly: blue. Hex color #6127CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6127CA is #9ED835. Grayscale: #4A4A4A. Windows color (decimal): -10410038 or 13248353. OLE color: 13248353.

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

Color convert

RGB 97 39 202 -
CMYK 0.52 0.81 0 0.21
HSL 261.35º 0.68% 0.47% -
HSV(B) 261.35º 0.81% 0.79% -
XYZ 16.32 8.26 56.61 -
YUV 74.92 199.72 143.75 -
System Red Green Blue C M Y K H S L
Decimal 97 39 202 0.52 0.81 0 0.21 261.35 0.68 0.47
Hex 61 27 CA 34 51 0 15 105 44 2F
Octal 141 47 312 64 121 0 25 405 104 57
Binary 1100001 100111 11001010 110100 1010001 0 10101 100000101 1000100 101111

Color Harmonies of #6127CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6127CA

Black with #6127CA

Text Example


Text Example

White with #6127CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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