Html Css Color HEX #6132CF Purple Heart

📋 copy color: '#6132CF'

red 97 ◦ green 50 ◦ blue 207

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

Shades of Purple Heart #6132CF

Tints of Purple Heart #6132CF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.12%

 BLUE value IS 207 (81.25% from 255) = 58.47%

R = 27.4%
G = 14.12%
B = 58.47%

CMYK

 C value IS 0.53

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6132CF (or 0x6132CF) is known color: Purple Heart. HEX triplet: 61, 32 and CF. RGB value is (97,50,207). Sum of RGB (Red+Green+Blue) = 97+50+207=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #6132CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6132CF is #9ECD30. Grayscale: #515151. Windows color (decimal): -10407217 or 13578849. OLE color: 13578849.

HSL color Cylindrical-coordinate representation of color #6132CF: hue angle of 257.96º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6132CF is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 50 207 -
CMYK 0.53 0.76 0 0.19
HSL 257.96º 0.62% 0.5% -
HSV(B) 257.96º 0.76% 0.81% -
XYZ 17.33 9.33 59.92 -
YUV 81.95 198.57 138.73 -
System Red Green Blue C M Y K H S L
Decimal 97 50 207 0.53 0.76 0 0.19 257.96 0.62 0.5
Hex 61 32 CF 35 4C 0 13 102 3E 32
Octal 141 62 317 65 114 0 23 402 76 62
Binary 1100001 110010 11001111 110101 1001100 0 10011 100000010 111110 110010

Color Harmonies of #6132CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6132CF

Black with #6132CF

Text Example


Text Example

White with #6132CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6132CF; }

 p { color: rgb(97,50,207); }

 H1.HeaderClassName
 {
   color: #6132CF;
 }
 .AnyTagClassName
 {
   color: #6132CF;
 }
</style>

background-color css

<style>
 a { background-color: #6132CF; }

 a { background-color: rgb(97,50,207); }

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

border-color css

<style>
 span { border-color: #6132CF; }

 span { border-color: rgb(97,50,207); }

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