Html Css Color HEX #4125CF Purple Heart

📋 copy color: '#4125CF'

red 65 ◦ green 37 ◦ blue 207

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

Shades of Purple Heart #4125CF

Tints of Purple Heart #4125CF

RGB

 RED value IS 65 (25.78% from 255) = 21.04%

 GREEN value IS 37 (14.84% from 255) = 11.97%

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

R = 21.04%
G = 11.97%
B = 66.99%

CMYK

 C value IS 0.69

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4125CF (or 0x4125CF) is known color: Purple Heart. HEX triplet: 41, 25 and CF. RGB value is (65,37,207). Sum of RGB (Red+Green+Blue) = 65+37+207=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #4125CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4125CF is #BEDA30. Grayscale: #404040. Windows color (decimal): -12507697 or 13575489. OLE color: 13575489.

HSL color Cylindrical-coordinate representation of color #4125CF: hue angle of 249.88º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4125CF is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 37 207 -
CMYK 0.69 0.82 0 0.19
HSL 249.88º 0.7% 0.48% -
HSV(B) 249.88º 0.82% 0.81% -
XYZ 14.1 6.95 59.63 -
YUV 64.75 208.28 128.18 -
System Red Green Blue C M Y K H S L
Decimal 65 37 207 0.69 0.82 0 0.19 249.88 0.7 0.48
Hex 41 25 CF 45 52 0 13 FA 46 30
Octal 101 45 317 105 122 0 23 372 106 60
Binary 1000001 100101 11001111 1000101 1010010 0 10011 11111010 1000110 110000

Color Harmonies of #4125CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4125CF

Black with #4125CF

Text Example


Text Example

White with #4125CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,37,207); }

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

background-color css

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

 a { background-color: rgb(65,37,207); }

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

border-color css

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

 span { border-color: rgb(65,37,207); }

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