Html Css Color HEX #6130CB Purple Heart

📋 copy color: '#6130CB'

red 97 ◦ green 48 ◦ blue 203

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

Shades of Purple Heart #6130CB

Tints of Purple Heart #6130CB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.79%

 BLUE value IS 203 (79.69% from 255) = 58.33%

R = 27.87%
G = 13.79%
B = 58.33%

CMYK

 C value IS 0.52

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6130CB (or 0x6130CB) is known color: Purple Heart. HEX triplet: 61, 30 and CB. RGB value is (97,48,203). Sum of RGB (Red+Green+Blue) = 97+48+203=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #6130CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6130CB is #9ECF34. Grayscale: #4F4F4F. Windows color (decimal): -10407733 or 13316193. OLE color: 13316193.

HSL color Cylindrical-coordinate representation of color #6130CB: hue angle of 258.97º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6130CB is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 48 203 -
CMYK 0.52 0.76 0 0.20
HSL 258.97º 0.62% 0.49% -
HSV(B) 258.97º 0.76% 0.8% -
XYZ 16.77 8.97 57.35 -
YUV 80.32 197.23 139.9 -
System Red Green Blue C M Y K H S L
Decimal 97 48 203 0.52 0.76 0 0.20 258.97 0.62 0.49
Hex 61 30 CB 34 4C 0 14 103 3E 31
Octal 141 60 313 64 114 0 24 403 76 61
Binary 1100001 110000 11001011 110100 1001100 0 10100 100000011 111110 110001

Color Harmonies of #6130CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6130CB

Black with #6130CB

Text Example


Text Example

White with #6130CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6130CB; }

 p { color: rgb(97,48,203); }

 H1.HeaderClassName
 {
   color: #6130CB;
 }
 .AnyTagClassName
 {
   color: #6130CB;
 }
</style>

background-color css

<style>
 a { background-color: #6130CB; }

 a { background-color: rgb(97,48,203); }

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

border-color css

<style>
 span { border-color: #6130CB; }

 span { border-color: rgb(97,48,203); }

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